Autogenerated HTML docs for v2.12.0-264-gd6db3 
diff --git a/git-ls-files.html b/git-ls-files.html index 42f4264..ff89fe7 100644 --- a/git-ls-files.html +++ b/git-ls-files.html 
@@ -892,7 +892,8 @@  </dt>   <dd>   <p>  - \0 line termination on output.  + \0 line termination on output and do not quote filenames.  + See OUTPUT below for more information.   </p>   </dd>   <dt class="hdlist1">  @@ -1137,9 +1138,10 @@  1, A in stage 2, and B in stage 3. This information can be used by   the user (or the porcelain) to see what should eventually be recorded at the   path. (see <a href="git-read-tree.html">git-read-tree(1)</a> for more information on state)</p></div>  -<div class="paragraph"><p>When <code>-z</code> option is not used, TAB, LF, and backslash characters  -in pathnames are represented as <code>\t</code>, <code>\n</code>, and <code>\\</code>,  -respectively.</p></div>  +<div class="paragraph"><p>Without the <code>-z</code> option, pathnames with "unusual" characters are  +quoted as explained for the configuration variable <code>core.quotePath</code>  +(see <a href="git-config.html">git-config(1)</a>). Using <code>-z</code> the filename is output  +verbatim and the line is terminated by a NUL byte.</p></div>   </div>   </div>   <div class="sect1">  @@ -1198,7 +1200,7 @@  <div id="footnotes"><hr /></div>   <div id="footer">   <div id="footer-text">  -Last updated 2016-10-26 15:23:54 PDT  +Last updated 2017-03-13 00:01:26 PDT   </div>   </div>   </body>